home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMREGEXPTESTER / TFRMREGEXPTESTER.txt
Encoding:
Text File  |  2005-02-07  |  3.7 KB  |  164 lines

  1. object frmRegExpTester: TfrmRegExpTester
  2.   Left = 37
  3.   Top = 192
  4.   ActiveControl = TntEdit1
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Regular expression tester'
  8.   ClientHeight = 231
  9.   ClientWidth = 413
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 220
  12.   Constraints.MinWidth = 240
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnHide = FormHide
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     413
  26.     231)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object Label1: TTntLabel
  30.     Left = 8
  31.     Top = 12
  32.     Width = 93
  33.     Height = 13
  34.     Caption = 'Regular expression:'
  35.   end
  36.   object Label2: TTntLabel
  37.     Left = 8
  38.     Top = 60
  39.     Width = 48
  40.     Height = 13
  41.     Caption = 'Match on:'
  42.   end
  43.   object Label3: TTntLabel
  44.     Left = 8
  45.     Top = 146
  46.     Width = 33
  47.     Height = 13
  48.     Anchors = [akLeft, akBottom]
  49.     Caption = 'Result:'
  50.   end
  51.   object TntEdit1: TTntEdit
  52.     Left = 8
  53.     Top = 28
  54.     Width = 397
  55.     Height = 26
  56.     Anchors = [akLeft, akTop, akRight]
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'Arial Unicode MS'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 0
  64.     OnChange = TntEdit1Change
  65.   end
  66.   object TestString: TPlusMemoU
  67.     Left = 8
  68.     Top = 76
  69.     Width = 397
  70.     Height = 61
  71.     Cursor = crIBeam
  72.     Alignment = taLeftJustify
  73.     HideSelection = False
  74.     ScrollBars = ssVertical
  75.     WordWrap = False
  76.     OnChange = TntEdit1Change
  77.     AltFont.Charset = DEFAULT_CHARSET
  78.     AltFont.Color = clWindowText
  79.     AltFont.Height = -11
  80.     AltFont.Name = 'Arial Unicode MS'
  81.     AltFont.Style = [fsUnderline]
  82.     CaretWidth = 1
  83.     ColumnWrap = 0
  84.     DisplayOnly = False
  85.     EnableHotKeys = False
  86.     EndOfTextMark.Color = clRed
  87.     EndOfTextMark.Style = psClear
  88.     Justified = False
  89.     LeftMargin = 1
  90.     LineHeight = 0
  91.     Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoLargeWordSelect, pmoAutoScrollBars]
  92.     Overwrite = False
  93.     RightLinePen.Color = clGray
  94.     RightLinePen.Style = psDot
  95.     ScrollTime = 0
  96.     SelBackColor = clHighlight
  97.     SelTextColor = clHighlightText
  98.     Separators = #9#10#13' $%&,./:;<=>'
  99.     SpecUnderline.Color = clRed
  100.     UpdateMode = umImmediate
  101.     Version = 'v6.2h Professional ed.'
  102.     Anchors = [akLeft, akTop, akRight, akBottom]
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -13
  106.     Font.Name = 'Arial Unicode MS'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     ParentShowHint = False
  110.     ShowHint = True
  111.     TabOrder = 1
  112.     TabStop = True
  113.     OnKeyDown = TestStringKeyDown
  114.   end
  115.   object Edit1: TTntEdit
  116.     Left = 8
  117.     Top = 162
  118.     Width = 397
  119.     Height = 24
  120.     Anchors = [akLeft, akRight, akBottom]
  121.     Font.Charset = DEFAULT_CHARSET
  122.     Font.Color = clWindowText
  123.     Font.Height = -13
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     ReadOnly = True
  128.     TabOrder = 2
  129.   end
  130.   object CancelBtn: TMMTNTBItBtn
  131.     Left = 328
  132.     Top = 194
  133.     Width = 78
  134.     Height = 25
  135.     Anchors = [akRight, akBottom]
  136.     Cancel = True
  137.     Caption = '&Close'
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clBtnText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 3
  145.     OnClick = CancelBtnClick
  146.   end
  147.   object Button1: TMMTNTBItBtn
  148.     Left = 8
  149.     Top = 194
  150.     Width = 75
  151.     Height = 25
  152.     Anchors = [akLeft, akBottom]
  153.     Caption = 'Help'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clBtnText
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 4
  161.     OnClick = Button1Click
  162.   end
  163. end
  164.